home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 January: Mac OS SDK / Dev.CD Jan 98 SDK1.toast / Development Kits (Disc 1) / Apple Remote Access API / ARA Security API 1.0 / SecurityInterfaces / SecurityTypes.r < prev   
Encoding:
Text File  |  1993-11-04  |  766 b   |  35 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:    SecurityTypes.r
  3.  
  4.     This file contains the resource declarations for the add-on security for
  5.     Apple Remote Access.  The declarations in this file are for resources
  6.     that are found in a security module.
  7.  
  8.     Copyright © 1992, 1993    Apple Computer Inc.
  9.     All rights reserved.
  10.  
  11.     Author:  Farzad Sarabi
  12.  
  13.  
  14.     Modifications history:
  15.  
  16.     11/2/1992    Farzad    Created
  17.  
  18. */
  19.  
  20.  
  21. type 'sinf'    {                    /* security information resource */
  22.  
  23.     unsigned    longint;        /* fflags contains info about module */
  24.  
  25.     literal        longint;        /* fsignature identifies module */
  26.     unsigned    longint;        /* fversion */
  27.     unsigned     longint;        /* fmin_version */
  28.     unsigned    longint;        /* fmax_version */
  29.  
  30.     unsigned    longint;        /* fserver_data */
  31.     unsigned    longint;        /* fclient_data */
  32.  
  33.     pstring[ 31 ];                /* module name */
  34.  
  35. };